home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
DevTools
/
aa_m68k_Only
/
NXLogo
/
NXLogoLibrary
/
help
/
repeat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-09
|
263 b
|
7 lines
repeat --Command, two inputs.
The first input must be a positive number. The second is an instruc-
tion list, as for the run command. The list is run repeatedly, the
number of times specified by the first input:
repeat 5 [print "hello]